﻿
body {
    margin-bottom: 40px;
}

.border-bottom-3 {
    border-bottom: 3px solid #000000 !important;
}

.mt-s {
    margin-top: 2.0rem;
}

#Profile h2 {
    /*padding: 0 30px 5px 0 !important;*/
    margin: 0 0 10px 0 !important;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    /*border-top: 2px solid #999;*/
    color: #999;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}


.row {
    margin-bottom: 10px;
}

.fixed-top > .row {
    margin-bottom: 0px;
}

.card-header {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.accordion > .card > .card-header {
    margin-bottom: 0;
}

    .accordion > .card > .card-header > .card-title > a {
        color: #ffffff;
    }


#page_area {
    margin: 150px 0px 0px 0px;
    padding: 0px 10px 5px 10px;
    color: #444;
    font-size: 16px;
    /*background-color:#f1f1f1;*/
    min-height: 400px;
}

    #page_area.large-margin {
        margin: 220px 0px 0px 0px;
    }


.close {
    opacity: 1;
}

.modal-header {
    padding: .5rem 1rem;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .80;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1100;
}

#dialog_loading {
    width: 100px;
    height: 80px;
    top: 0;
    left: 0;
}

#dialog, #dialog_loading {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*padding: 10px 10px 10px 10px;
	border:2px solid #444;
	border-top:10px solid #444;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;*/
    z-index: 1101;
}


.rotate {
    /* -webkit-transform: rotate(90deg); */ /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg); /* Firefox */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); /* Standard syntax */
}

form label.control-label {
    font-weight: bold;
}


span.fa.fa-chevron-right {
    margin-right: 0.5rem !important;
}

label.required:after {
    content: " *";
    color: red;
}


.red {
    color: #f44 !important;
}

#DivErrors {
    color: #f44 !important;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }

.txt_err {
    background-color: #ca0404 !important;
    color: #fff !important;
}

.dn_del {
    background-image: url('../imgs/del.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*float:left;
width:16px;height:20px;*/
}

.sch_edit {
    background-image: url('../imgs/edit.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 25px;
}

.sch_pdf {
    background-image: url('../imgs/pdf.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 25px;
}

#navbarSupportedContentRight > ul a.dropdown-item {
    text-align: right;
}


#AnswerData > tr > td:first-child {
    width: 20px
}

.date .input-group-append {
    cursor: pointer;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}
.arr_dwn {
    background-image: url(../imgs/arrow_down.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 8px;
}

.arr_up {
    background-image: url(../imgs/arrow_up.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 8px;
}
.downloadThisImage {
    background-image: url('../imgs/dn1616.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*float:left;
width:16px;height:20px;*/
}
.bordered {
    outline: red solid 2px !important;
}

.tick-arrow {
    cursor: auto;
}


footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
}




/* Dashed border */
hr.dashed {
    border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
    border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
    border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}